home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / FLM / FLM_cat / Readme.txt < prev    next >
Text File  |  2000-01-01  |  3KB  |  71 lines

  1. *************************************************
  2. *** FLM-Cataloger 1.2 (c) 1996-97 Denis Unger ***
  3. *************************************************
  4.  
  5. For using the dictionaries in this archive you will
  6. need Foreign Language Master - FLM (current version is 2.31).
  7. FLM you can find in the aminet (misc/misc/flmXXX.lha) and on the
  8. FLM-Homepage "http://www.fh-zwickau.de/~deu/".
  9.  
  10. Why you should use FLM as a file cataloger ?
  11. ********************************************
  12.  
  13. 1. FLM is very fast for searching in files.
  14. 2. You have for one volume (or directory) one dictionary, so you can have any
  15.    config files, e.g. aminet.config (with all aminet files), privat.config (with
  16.    all privat files), ...
  17. 3. You will see similar files in the listbox.
  18. 4. You can see if you have files twice on your volumes.
  19. 5. You can also catalog the size of your files.
  20. 6. ...
  21.  
  22. At first I must say that FLM was not programmed for using as a cataloger. FLM
  23. was programmed as a dictionary program but FLM works also very good as a
  24. catalog program.
  25.  
  26. How you can use FLM as a cataloger ?
  27. ************************************
  28.  
  29. At first you must generate a dictionary source file for FLM with all files
  30. on your volume (e.g. CD0:).
  31.  
  32. make_sourcedic <volume> <file>
  33.  
  34. Example:
  35. make_sourcedic CD0: cd0.asc
  36.  
  37. This little script does following:
  38. - list over the volume
  39. list <volume> lformat "%n:%f%s (%l)" all >tmp.txt
  40. - converting the output file of list to the FLM dictionary source format
  41. list2flm tmp.txt <file>
  42. - now delete the temporary file
  43. delete tmp.txt
  44.  
  45. The file cd0.asc you must now convert to a FLM "dictionary" with the help
  46. of FLMconv (see documentation of FLM).
  47. NOTE: You need only one dictionary for each volume, that means you must not create a
  48. 2. dictionary.
  49. Please use as Language 1: "File" and as Language 2 "Dir" because I have used this
  50. 2 words and all dictionaries should have the same language (Dir<->File).
  51.  
  52. If you have the "dictionaries" created you can start FLM and add this dictionaries.
  53. Now you can open the standard dictionary window and type in a filename. The founded
  54. files (and directories) will now be showed in the left listbox. In the right
  55. listbox you can see where this files are placed.
  56. NOTE: From FLM 2.31 you can change the listbox size of Standard dictionary.
  57.  
  58. If you have any questions etc. send an e-mail to "denis.unger@fh-zwickau.de".
  59.  
  60. Check out my homepage: http://www.fh-zwickau.de/~deu/
  61.  
  62. *****************************
  63. * History (only flm_cat.lha *
  64. *****************************
  65.  
  66. V1.0 (25.06.96): first release
  67. V1.1 (27.12.96): more Aminet dictionaries (13,14,15)
  68.                  dictionaries now compiled with FLMconv 2.0 (some bugs fixed)
  69. V1.2 (15.01.97): new Aminet dictionary 16
  70.                  script for generating the dictionary source file
  71.